home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ShareWare OnLine 2
/
ShareWare OnLine Volume 2 (CMS Software)(1993).iso
/
win2
/
wr21.zip
/
DEFAULT.FOR
< prev
next >
Wrap
Text File
|
1992-09-17
|
1KB
|
51 lines
/* Default formats */
/* Si Dobson, 21-5-1992 */
description "Default formats"
/* use plain text for output */
language { plain }
/* there are no tags */
/* paper from journal */
format { Title Authors Journal [ Vol No ] [ Date ] [ Pages ] [ Others ] }
as { MajorAuthor [ ", " MinorAuthors ", "]
", " 66 italic { Title "," } 99
" " Journal [ " " Vol ] [ "(" bold { No } ")" ] [ " (" Date ")" ] [ " pp." Pages ]
"."
[ " " Others "." ]
Para Para }
/* book */
format { Title Authors Publisher [ City ] [ Date ] [ Others ] }
as { MajorAuthor [ ", " MinorAuthors ]
", " 66 italic { Title "," } 99
" " Publisher [ ", " City ] [ " (" Date ")" ]
"."
[ " " Others "." ]
Para Para }
/* technical report */
format { Title Authors Publisher ReportNo [ Date ] [ Others ] }
as { MajorAuthor [ ", " MinorAuthors ]
", " 66 italic { Title "," } 99
" Technical report " ReportNo ", " Publisher [ " (" Date ")" ]
"."
[ " " Others "." ]
Para Para }
/* paper in book */
format { Title Authors Book [ Editors ] Date [ Publisher Pages Others ] }
as { MajorAuthor [ ", " MinorAuthors ]
", " 66 italic { Title "," } 99
[ " pp." Pages ]
" in " Book
[ ", ed. " Editors ]
[ ", " Publisher ] " (" Date ")"
"."
[ " " Others "." ]
Para Para }